func runtime.pidleput

6 uses

	runtime (current package)
		proc.go#L3196: 	pidleput(pp, 0)
		proc.go#L3607: 	now = pidleput(pp, now)
		proc.go#L3969: 		pidleput(pp, now)
		proc.go#L3976: 		pidleput(pp, now)
		proc.go#L5992: 			pidleput(pp, now)
		proc.go#L6953: func pidleput(pp *p, now int64) int64 {